PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / load Method / load(Stream,String) Method
Stream that contains the PDF file.
Password for decrypting the PDF file
In This Topic
    load(Stream,String) Method
    In This Topic
    Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
    Syntax
    public static PDFDocument load( 
       Stream stream,
       java.lang.String password
    )

    Parameters

    stream
    Stream that contains the PDF file.
    password
    Password for decrypting the PDF file

    Return Value

    See Also